🎨 Palette: [UX improvement] Add loading spinners to async buttons#490
🎨 Palette: [UX improvement] Add loading spinners to async buttons#490google-labs-jules[bot] wants to merge 1 commit into
Conversation
Replaces text-based loading states with the unified Spinner component for better feedback. Applies to "Add Deck" buttons, the "Run Simulations" button, the deck delete button, and the initial deck loading state.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
💡 What: Replaces basic text changes during async operations (e.g., 'Adding...') with a visual loading spinner using the unified
<Spinner />component across multiple action buttons on the Home page.🎯 Why: Improves user feedback during asynchronous operations (deck fetching, submission, deletion) by providing a clear, standard visual loading indicator, enhancing the overall polish and feel of the interactions.
📸 Before/After: Before, buttons simply changed text or showed
.... Now, they show a rotating spinner alongside the loading text or icon.♿ Accessibility: Provides a more prominent visual cue that an action is processing, which is clearer than just changing button text.
PR created automatically by Jules for task 8982200128419048727 started by @TytaniumDev